home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / program / tjgold.zip / INSTALL.004 / FGUSER01.TXT < prev    next >
Text File  |  1995-05-29  |  6KB  |  105 lines

  1.  
  2.                                   Welcome
  3.  
  4.                            "Soon we shall gold-dusted snapdragon
  5.                             Sweet William with his homely cottage smell"
  6.                                            Matthew Arnold, 1822-1888
  7.  
  8. What is Gold?
  9.  
  10.           TJ Software has been developing Pascal toolkits for ten years.
  11.      Gold represents an effort to embody all the best features of our
  12.      successful TTT and TOT in a single procedural toolkit. Gold is
  13.      designed to provide easy to implement procedures which free you
  14.      from the more tedious and repetitive programming chores, such as
  15.      windows, menus, full screen input, string formatting, date
  16.      management, ... you get the idea! The full value of Gold is not
  17.      limited to saving you time -- the final program will have a
  18.      consistent, easy to use interface, and will lend a very
  19.      professional quality to your work. If you want to transform your
  20.      dusty old DOS programs into state-of-the-art text mode applications
  21.      with features you might expect to find in the best DOS programs
  22.      today, just read on. Gold includes the entire source code,
  23.      including the ASM routines used for screen writing. Many schools
  24.      and colleges have used our products as educational material for
  25.      student programmers. If you like a feature in Gold, all you have to
  26.      do is look at the source code to see how it's done. The quickest
  27.      way to gain an appreciation of the capabilities of Gold is to
  28.      execute the program GOLDDEMO.EXE. This program demonstrates some of
  29.      the more visible procedures and functions available. The demo
  30.      itself was, of course, written with the toolkit. If you haven't yet
  31.      run it, do so now.
  32.  
  33. How to Use Gold
  34.  
  35.           The documentation assumes that you have a basic knowledge of
  36.      Borland's Turbo Pascal and understand the structured programming
  37.      tenets of procedures, functions and units. One of the best ways to
  38.      learn how to take advantage of Gold is by example. We have included
  39.      over one hundred example demo files to speed your learning. Chapter
  40.      2 provides some guidance on which demos to run first. As a quick
  41.      primer, here is an example of how to display a pop-up message in a
  42.      dialog box with an interactive OK button (as shown in Figure 1.1).
  43.  
  44. Required Hardware & Software
  45.  
  46.           Gold is designed to work with versions 6 and 7 of
  47.      Turbo/Borland Pascal in both real and protected modes. Programs
  48.      developed with Gold will function on the same hardware as specified
  49.      in the Turbo Pascal compiler documentation. Any of the standard
  50.      display adapters are supported, including monochrome, CGA, EGA and
  51.      VGA. Applications built with Gold automatically support a Microsoft
  52.      (or true compatible) mouse. Although it appears that Gold will
  53.      function with version 5.5 of Pascal, we have not thoroughly tested
  54.      it on this platform, and we do recommend that any 5.5 programmers
  55.      seriously consider upgrading. We think it's well worth it.
  56.  
  57. Royalties
  58.  
  59.     The following text is extracted from the User's Guide, and only
  60.     applies to the registered version:
  61.  
  62.               "Many Gold users develop commercial programs specifically
  63.                to sell for profit. TJ Software, Inc., neither expects
  64.                nor requires a royalty fee on such programs. The major
  65.                restriction is that you may not develop a program that is
  66.                itself a toolkit. In addition, neither the toolkit source
  67.                code nor the compiled units may be distributed or sold as
  68.                part of another product. If you have not registered your
  69.                copy of Gold, you may not develop programs for sale or
  70.                distribution. Refer to the license agreement at the front
  71.                of this manual for our definitive statement on royalties
  72.                and warranties."
  73.  
  74.     Users of the Shareware version of the product may NOT distribute
  75.     any executable files created with GOLD. If you want to create EXE's
  76.     with Gold for sale or for any form of distribution, you must register
  77.     your copy of GOLD.
  78.  
  79. Support
  80.  
  81.           TJ Software, Inc., strives to support its users. If you have a
  82.      problem that you are unable to resolve: Send an Email and upload
  83.      your programs to our support BBS at (409) 737-1705. Use cyberspace
  84.      to send your problem details to our Compuserve address at
  85.      74017,227. Send a diskette containing the problematic software,
  86.      together with details of the program and instructions on how to
  87.      generate the problem to:
  88.  
  89.                       TJ Software, Inc.
  90.                       6212 Sea Isle, Suite 300
  91.                       Galveston TX 77554
  92.  
  93.      Fax pertinent details to us at (409) 737-5458.
  94.  
  95.           We regret that we cannot offer continued telephone support and
  96.      still provide toolkits at such low registration fees. Feedback from
  97.      our customer base indicated a preference to keep prices down and
  98.      support problems electronically.
  99.  
  100.           Give Us Your Feedback! Our toolkits are as good as they are
  101.      thanks to the feedback from many, many users. We encourage you to
  102.      send us any suggestions, code fragments and ideas that you may have
  103.      which could improve the product. Many thanks to our long-standing
  104.      customers for helping to make Gold as good as it is.
  105.